home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / config.sys < prev    next >
Encoding:
Text File  |  1991-04-10  |  1.5 KB  |  30 lines

  1.                                  CONFIG.SYS
  2.       Setup system configuration and load device drivers at boot time
  3.       See also <SHELL> <DEVICE> <BREAK> <BUFFERS> <COUNTRY> <DRIVPARM>
  4.  
  5. COMMAND TYPE: System configuration      VERSION: 1.0 and up
  6.  
  7. If a file CONFIG.SYS exists in the root directory of the disc used to
  8. load MSDOS, it is read by the system during the boot sequence and the
  9. information in it is used to customise the operating system.  It is
  10. also used to specify DEVICE DRIVERS, which are programs used to access
  11. external devices on the computer.  Device drivers can only be loaded
  12. when the system is initialised and so must be listed in CONFIG.SYS.
  13. IF no config.sys file is found, no device drivers are loaded and all
  14. of the system default values are used for the variable parameters.
  15.  
  16. The possible commands used in CONFIG.SYS are listed below:
  17.  
  18. <BREAK>     set control-break checking
  19. <BUFFERS>   set number of disc buffers
  20. <COUNTRY>   set country specific defaults
  21. <DEVICE>    load a device driver
  22. <DRIVPARM>  define parameters for block devices
  23. <FCBS>      specify the number of FCBs that can be open simultaneously
  24. <FILES>     set the number of open files that can access MSDOS
  25. <INSTALL>   execute certain MSDOS commands during CONFIG.SYS processing
  26. <LASTDRIVE> set the maximum number of drives you may access
  27. <REM>       add comments to CONFIG.SYS
  28. <SHELL>     specify file to execute on completion on boot sequence
  29. <STACKS>    supports the dynamic use of data stacks
  30.